/* EDAXO Shoptet Final V9
   Scope: native Shoptet header, carousel, category banners and footer.
   Shoptet CSS and JavaScript must remain enabled. */

:root {
  --e9-bg: #f3f2f2;
  --e9-surface: #ffffff;
  --e9-surface-soft: #eae9e9;
  --e9-text: #201e1d;
  --e9-muted: #6f6b69;
  --e9-border: #d8d5d3;
  --e9-accent: #ec3013;
  --e9-accent-dark: #c72710;
  --e9-shell: 1800px;
  --e9-radius: 16px;
  --e9-radius-lg: 20px;
  --e9-heading: "Poppins", "Source Sans 3", Arial, sans-serif;
  --e9-body: "Source Sans 3", Arial, sans-serif;
}

body.edaxo-final-v9 {
  overflow-x: hidden;
  background: var(--e9-bg) !important;
  color: var(--e9-text);
  font-family: var(--e9-body);
}

body.edaxo-final-v9 .top-navigation-bar {
  display: none !important;
}

body.edaxo-final-v9 .edaxo-v9-empty {
  display: none !important;
}

/* Info strip */
body.edaxo-final-v9 .edaxo-v9-info {
  position: relative;
  z-index: 1201;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 4vw, 44px);
  padding: 8px 20px;
  background: var(--e9-text);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .01em;
  text-align: center;
}

body.edaxo-final-v9 .edaxo-v9-info span + span::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin-right: clamp(18px, 4vw, 44px);
  vertical-align: -2px;
  background: rgba(255,255,255,.42);
}

/* Native header */
body.edaxo-final-v9 #header {
  position: sticky;
  top: 0;
  z-index: 1200;
  border: 0 !important;
  border-bottom: 1px solid rgba(32,30,29,.12) !important;
  background: rgba(243,242,242,.98) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px);
}

body.edaxo-final-v9 #header > .container.navigation-wrapper {
  position: relative;
  width: min(calc(100% - 48px), var(--e9-shell)) !important;
  max-width: var(--e9-shell) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.edaxo-final-v9 #header .header-top {
  min-height: 82px !important;
  display: grid !important;
  grid-template-columns: auto auto minmax(300px, 640px) auto !important;
  align-items: center !important;
  gap: clamp(16px, 2.2vw, 34px) !important;
  padding: 14px 0 !important;
}

body.edaxo-final-v9 #header .site-name-wrapper,
body.edaxo-final-v9 #header .site-name {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.edaxo-final-v9 #header .site-name a {
  display: inline-flex !important;
  align-items: center;
}

body.edaxo-final-v9 #header .site-name img {
  width: auto !important;
  max-width: 150px !important;
  max-height: 44px !important;
  object-fit: contain !important;
}

body.edaxo-final-v9 .edaxo-v9-categories-toggle {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--e9-text);
  font-family: var(--e9-heading);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
}

body.edaxo-final-v9 .edaxo-v9-categories-toggle:hover,
body.edaxo-final-v9.edaxo-v9-menu-open .edaxo-v9-categories-toggle {
  background: #fff;
  color: var(--e9-accent);
}

body.edaxo-final-v9 .edaxo-v9-categories-toggle svg {
  width: 22px;
  height: 22px;
}

body.edaxo-final-v9 #header .search {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.edaxo-final-v9 #header .search-form fieldset {
  position: relative !important;
  min-height: 46px !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  background: transparent !important;
}

body.edaxo-final-v9 #header .search-input,
body.edaxo-final-v9 #header input[type="search"] {
  width: 100% !important;
  height: 46px !important;
  min-height: 46px !important;
  padding: 0 54px 0 20px !important;
  border: 1px solid var(--e9-border) !important;
  border-radius: 999px !important;
  outline: 0 !important;
  background: #fff !important;
  color: var(--e9-text) !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

body.edaxo-final-v9 #header .search-input:focus,
body.edaxo-final-v9 #header input[type="search"]:focus {
  border-color: var(--e9-text) !important;
  box-shadow: 0 0 0 3px rgba(32,30,29,.08) !important;
}

body.edaxo-final-v9 #header .search-form button {
  position: absolute !important;
  top: 3px !important;
  right: 3px !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--e9-text) !important;
  color: #fff !important;
  font-size: 0 !important;
}

body.edaxo-final-v9 #header .search-form button::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  width: 13px;
  height: 13px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

body.edaxo-final-v9 #header .search-form button::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 7px;
  height: 2px;
  background: currentColor;
  transform: rotate(45deg);
}

body.edaxo-final-v9 #header .navigation-buttons {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin: 0 !important;
}

body.edaxo-final-v9 #header .navigation-buttons .dropdown,
body.edaxo-final-v9 #header .navigation-buttons .top-nav-button-login,
body.edaxo-final-v9 #header .navigation-buttons a[data-testid="headerCart"] {
  position: relative;
  min-width: 54px !important;
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  gap: 2px !important;
  margin: 0 !important;
  padding: 4px 8px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: transparent !important;
  color: var(--e9-text) !important;
  font-size: 11px !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
  white-space: nowrap;
}

body.edaxo-final-v9 #header .navigation-buttons .dropdown:hover,
body.edaxo-final-v9 #header .navigation-buttons .top-nav-button-login:hover,
body.edaxo-final-v9 #header .navigation-buttons a[data-testid="headerCart"]:hover {
  background: #fff !important;
}

body.edaxo-final-v9 #header .navigation-buttons .dropdown > span,
body.edaxo-final-v9 #header .navigation-buttons .dropdown > button {
  color: inherit !important;
  font-size: 11px !important;
}

body.edaxo-final-v9 #header .navigation-buttons .dropdown > span {
  display: none !important;
}

body.edaxo-final-v9 #header a[data-testid="headerCart"] .cart-price,
body.edaxo-final-v9 #header a[data-testid="headerCart"] .sr-only {
  display: none !important;
}

body.edaxo-final-v9 .edaxo-v9-action-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
}

/* Category mega menu: the native Shoptet menu is preserved and only repositioned. */
body.edaxo-final-v9 #navigation {
  position: absolute !important;
  top: calc(100% + 1px) !important;
  left: 50% !important;
  z-index: 1250 !important;
  width: min(calc(100vw - 48px), var(--e9-shell)) !important;
  max-width: var(--e9-shell) !important;
  max-height: min(70vh, 720px) !important;
  display: none !important;
  overflow: auto !important;
  margin: 0 !important;
  padding: 22px !important;
  border: 1px solid var(--e9-border) !important;
  border-radius: 0 0 18px 18px !important;
  background: #fff !important;
  box-shadow: 0 24px 60px rgba(32,30,29,.18) !important;
  transform: translateX(-50%) !important;
}

body.edaxo-final-v9.edaxo-v9-menu-open #navigation {
  display: block !important;
}

body.edaxo-final-v9 #navigation .navigation-in {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

body.edaxo-final-v9 #navigation .menu-level-1 {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 8px 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

body.edaxo-final-v9 #navigation .menu-level-1 > li {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.edaxo-final-v9 #navigation .menu-level-1 > li > a {
  width: 100% !important;
  height: auto !important;
  min-height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 12px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: var(--e9-text) !important;
  font-family: var(--e9-heading) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-decoration: none !important;
  white-space: normal !important;
}

body.edaxo-final-v9 #navigation .menu-level-1 > li > a:hover,
body.edaxo-final-v9 #navigation .menu-level-1 > li.active > a,
body.edaxo-final-v9 #navigation .menu-level-1 > li.exp > a {
  background: var(--e9-bg) !important;
  color: var(--e9-accent) !important;
}

body.edaxo-final-v9 #header .menu-helper,
body.edaxo-final-v9 #header > .menu-helper,
body.edaxo-final-v9 #header .navigation-wrapper > .menu-helper {
  display: none !important;
}

body.edaxo-final-v9 #navigation .menu-level-2 {
  top: 100% !important;
  z-index: 1300 !important;
  border: 1px solid var(--e9-border) !important;
  background: #fff !important;
  box-shadow: 0 18px 44px rgba(32,30,29,.16) !important;
}

body.edaxo-final-v9 .edaxo-v9-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1190;
  display: none;
  background: rgba(32,30,29,.24);
}

body.edaxo-final-v9.edaxo-v9-menu-open .edaxo-v9-menu-backdrop {
  display: block;
}

/* Carousel */
body.edaxo-final-v9 .homepage-box.before-carousel {
  margin: 0 !important;
  padding: 16px 24px 0 !important;
  background: var(--e9-bg) !important;
}

body.edaxo-final-v9 .homepage-box.before-carousel > .content-wrapper-in > .container {
  width: min(100%, var(--e9-shell)) !important;
  max-width: var(--e9-shell) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.edaxo-final-v9 .homepage-box.before-carousel .banners-row,
body.edaxo-final-v9 .homepage-box.before-carousel .wide-carousel,
body.edaxo-final-v9 #carousel {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.edaxo-final-v9 .homepage-box.before-carousel .banners-row {
  display: block !important;
}

body.edaxo-final-v9 .homepage-box.before-carousel .banners-row > .wide-carousel {
  width: 100% !important;
  float: none !important;
}

body.edaxo-final-v9 .homepage-box.before-carousel .banners-row > :not(.wide-carousel) {
  display: none !important;
}

body.edaxo-final-v9 #carousel {
  position: relative !important;
  overflow: hidden !important;
  border-radius: var(--e9-radius-lg) !important;
  background: #d9d6d4 !important;
  box-shadow: none !important;
}

body.edaxo-final-v9 #carousel .carousel-inner {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1170 / 400 !important;
  overflow: hidden !important;
}

body.edaxo-final-v9 #carousel .item,
body.edaxo-final-v9 #carousel .item > a {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
}

body.edaxo-final-v9 #carousel .item img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.edaxo-final-v9 #carousel .extended-banner-texts:empty {
  display: none !important;
}

body.edaxo-final-v9 #carousel .carousel-control {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 44px !important;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: -22px !important;
  border: 1px solid rgba(32,30,29,.16) !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.88) !important;
  color: var(--e9-text) !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

body.edaxo-final-v9 #carousel .carousel-control.left {
  left: 18px !important;
  right: auto !important;
}

body.edaxo-final-v9 #carousel .carousel-control.right {
  right: 18px !important;
  left: auto !important;
}

body.edaxo-final-v9 #carousel .carousel-control::before {
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 1;
}

body.edaxo-final-v9 #carousel .carousel-control.left::before { content: "\2039"; }
body.edaxo-final-v9 #carousel .carousel-control.right::before { content: "\203A"; }

/* Categories built from the native Benefit banner items. */
body.edaxo-final-v9 .edaxo-v9-categories-section {
  width: min(calc(100% - 48px), var(--e9-shell));
  max-width: var(--e9-shell);
  margin: 0 auto;
  padding: clamp(54px, 6vw, 92px) 0 clamp(58px, 7vw, 104px);
}

body.edaxo-final-v9 .edaxo-v9-categories-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
}

body.edaxo-final-v9 .edaxo-v9-categories-title {
  margin: 0 !important;
  color: var(--e9-text) !important;
  font-family: var(--e9-heading) !important;
  font-size: clamp(28px, 3vw, 48px) !important;
  font-weight: 800 !important;
  line-height: 1.06 !important;
  letter-spacing: -.035em !important;
}

body.edaxo-final-v9 .edaxo-v9-category-controls {
  display: flex;
  gap: 10px;
}

body.edaxo-final-v9 .edaxo-v9-category-arrow {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--e9-border);
  border-radius: 50%;
  background: #fff;
  color: var(--e9-text);
  font-size: 24px;
  cursor: pointer;
}

body.edaxo-final-v9 .edaxo-v9-category-arrow:disabled {
  opacity: .35;
  cursor: default;
}

body.edaxo-final-v9 .edaxo-v9-categories-section .benefitBanner,
body.edaxo-final-v9 .edaxo-v9-categories-section .position--benefitHomepage {
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  display: flex !important;
  grid-template-columns: none !important;
  gap: clamp(12px, 1.4vw, 24px) !important;
  margin: 0 !important;
  padding: 0 0 10px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  background: transparent !important;
}

body.edaxo-final-v9 .edaxo-v9-categories-section .benefitBanner::-webkit-scrollbar {
  display: none;
}

body.edaxo-final-v9 .edaxo-v9-categories-section .benefitBanner::before,
body.edaxo-final-v9 .edaxo-v9-categories-section .benefitBanner::after {
  content: none !important;
  display: none !important;
}

body.edaxo-final-v9 .edaxo-v9-categories-section .benefitBanner__item {
  flex: 0 0 calc((100% - 7 * clamp(12px, 1.4vw, 24px)) / 8) !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
  scroll-snap-align: start;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.edaxo-final-v9 .edaxo-v9-categories-section .benefitBanner__link {
  display: block !important;
  color: var(--e9-text) !important;
  text-decoration: none !important;
}

body.edaxo-final-v9 .edaxo-v9-categories-section .benefitBanner__picture {
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  display: block !important;
  overflow: hidden !important;
  margin: 0 0 14px !important;
  border: 0 !important;
  border-radius: var(--e9-radius) !important;
  background: var(--e9-surface-soft) !important;
}

body.edaxo-final-v9 .edaxo-v9-categories-section .benefitBanner__img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform .25s ease;
}

body.edaxo-final-v9 .edaxo-v9-categories-section .benefitBanner__link:hover .benefitBanner__img {
  transform: scale(1.03);
}

body.edaxo-final-v9 .edaxo-v9-categories-section .benefitBanner__content {
  display: block !important;
  padding: 0 !important;
  color: var(--e9-text) !important;
  text-align: left !important;
}

body.edaxo-final-v9 .edaxo-v9-categories-section .benefitBanner__title {
  display: block !important;
  margin: 0 !important;
  color: var(--e9-text) !important;
  font-family: var(--e9-heading) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  letter-spacing: .015em !important;
  text-transform: uppercase !important;
  overflow-wrap: anywhere;
}

/* Compact native SEO welcome section, moved to the bottom by JavaScript. */
body.edaxo-final-v9 .homepage-box.welcome-wrapper {
  margin: 0 !important;
  padding: clamp(54px, 6vw, 88px) 24px !important;
  background: #fff !important;
}

body.edaxo-final-v9 .homepage-box.welcome-wrapper > .content-wrapper-in > .container {
  width: min(100%, 1120px) !important;
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.edaxo-final-v9 .welcome {
  max-width: none !important;
  margin: 0 !important;
  color: var(--e9-muted) !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

body.edaxo-final-v9 .welcome > .h1,
body.edaxo-final-v9 .welcome [data-testid="eshopHeader"] {
  max-width: 780px;
  margin: 0 0 24px !important;
  color: var(--e9-text) !important;
  font-family: var(--e9-heading) !important;
  font-size: clamp(28px, 3.1vw, 46px) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -.035em !important;
  text-align: left !important;
}

body.edaxo-final-v9 .welcome h2 {
  margin: 34px 0 12px !important;
  color: var(--e9-text) !important;
  font-size: clamp(21px, 2vw, 30px) !important;
  line-height: 1.15 !important;
}

body.edaxo-final-v9 .welcome a { color: var(--e9-accent) !important; }

/* Footer CTA */
body.edaxo-final-v9 .edaxo-v9-footer-cta {
  padding: clamp(56px, 7vw, 96px) 24px;
  background: var(--e9-text);
  color: #fff;
}

body.edaxo-final-v9 .edaxo-v9-footer-cta-inner {
  width: min(100%, 760px);
  margin: 0 auto;
  text-align: center;
}

body.edaxo-final-v9 .edaxo-v9-footer-cta h2 {
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--e9-heading);
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.04em;
}

body.edaxo-final-v9 .edaxo-v9-footer-cta p {
  margin: 0 0 24px;
  color: rgba(255,255,255,.76);
  font-size: 16px;
}

body.edaxo-final-v9 .edaxo-v9-footer-cta a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--e9-accent);
  color: #fff !important;
  font-family: var(--e9-heading);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

/* Native footer */
body.edaxo-final-v9 #footer {
  margin: 0 !important;
  padding: clamp(48px, 6vw, 76px) 0 0 !important;
  border-top: 2px solid rgba(32,30,29,.34) !important;
  background: var(--e9-bg) !important;
  color: var(--e9-text) !important;
}

body.edaxo-final-v9 #footer > .container,
body.edaxo-final-v9 #footer .footer-rows,
body.edaxo-final-v9 #footer .footer-links-icons,
body.edaxo-final-v9 #footer .footer-bottom {
  width: min(calc(100% - 48px), var(--e9-shell)) !important;
  max-width: var(--e9-shell) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.edaxo-final-v9 #footer .footer-rows > .site-name {
  margin: 0 0 34px !important;
}

body.edaxo-final-v9 #footer .footer-rows > .site-name img {
  width: auto !important;
  max-width: 150px !important;
  max-height: 44px !important;
}

body.edaxo-final-v9 #footer .custom-footer {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 32px !important;
  margin: 0 !important;
}

body.edaxo-final-v9 #footer .custom-footer > div {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--e9-text) !important;
}

body.edaxo-final-v9 #footer h3,
body.edaxo-final-v9 #footer h4,
body.edaxo-final-v9 #footer .pageElement__heading {
  margin: 0 0 14px !important;
  color: var(--e9-text) !important;
  font-family: var(--e9-heading) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

body.edaxo-final-v9 #footer ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.edaxo-final-v9 #footer li {
  margin: 0 0 8px !important;
  padding: 0 !important;
}

body.edaxo-final-v9 #footer a {
  color: var(--e9-text) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
  opacity: .76;
}

body.edaxo-final-v9 #footer a:hover {
  color: var(--e9-accent) !important;
  opacity: 1;
}

body.edaxo-final-v9 #footer .custom-footer__banner7 {
  grid-column: 1 / -1;
  margin-top: 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid var(--e9-border);
  color: var(--e9-muted) !important;
  font-size: 12px !important;
}

body.edaxo-final-v9 #footer .footer-links-icons {
  margin-top: 34px !important;
  padding-top: 20px !important;
  border-top: 1px solid var(--e9-border) !important;
}

body.edaxo-final-v9 #footer .footer-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px 24px !important;
}

body.edaxo-final-v9 #footer .footer-bottom {
  min-height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin-top: 20px !important;
  padding-top: 18px !important;
  padding-bottom: 24px !important;
  border-top: 1px solid var(--e9-border) !important;
  color: var(--e9-muted) !important;
  font-size: 12px !important;
}

@media (max-width: 1199px) {
  body.edaxo-final-v9 #header .header-top {
    grid-template-columns: auto auto minmax(240px, 1fr) auto !important;
  }

  body.edaxo-final-v9 #navigation .menu-level-1 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  body.edaxo-final-v9 .edaxo-v9-categories-section .benefitBanner__item {
    flex-basis: calc((100% - 3 * 18px) / 4) !important;
  }
}

@media (max-width: 767px) {
  body.edaxo-final-v9 .edaxo-v9-info {
    min-height: 32px;
    gap: 14px;
    padding: 7px 12px;
    font-size: 10px;
  }

  body.edaxo-final-v9 .edaxo-v9-info span:nth-child(2) {
    display: none;
  }

  body.edaxo-final-v9 .edaxo-v9-info span + span::before {
    margin-right: 14px;
  }

  body.edaxo-final-v9 #header > .container.navigation-wrapper {
    width: min(calc(100% - 24px), var(--e9-shell)) !important;
  }

  body.edaxo-final-v9 #header .header-top {
    min-height: 0 !important;
    grid-template-columns: auto auto 1fr !important;
    gap: 8px 12px !important;
    padding: 10px 0 12px !important;
  }

  body.edaxo-final-v9 #header .site-name img {
    max-width: 104px !important;
    max-height: 34px !important;
  }

  body.edaxo-final-v9 .edaxo-v9-categories-toggle {
    width: 44px;
    min-height: 42px;
    justify-content: center;
    padding: 0;
    font-size: 0;
  }

  body.edaxo-final-v9 #header .search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  body.edaxo-final-v9 #header .navigation-buttons {
    min-width: 0;
    gap: 2px !important;
  }

  body.edaxo-final-v9 #header .navigation-buttons .dropdown,
  body.edaxo-final-v9 #header .navigation-buttons .top-nav-button-login,
  body.edaxo-final-v9 #header .navigation-buttons a[data-testid="headerCart"] {
    min-width: 42px !important;
    min-height: 42px !important;
    padding: 2px 4px !important;
    font-size: 9px !important;
  }

  body.edaxo-final-v9 #header .navigation-buttons .dropdown {
    display: none !important;
  }

  body.edaxo-final-v9 #navigation {
    top: 100% !important;
    width: calc(100vw - 20px) !important;
    max-height: calc(100vh - 160px) !important;
    padding: 14px !important;
    border-radius: 0 0 14px 14px !important;
  }

  body.edaxo-final-v9 #navigation .menu-level-1 {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }

  body.edaxo-final-v9 .homepage-box.before-carousel {
    padding: 10px 10px 0 !important;
  }

  body.edaxo-final-v9 #carousel {
    border-radius: 14px !important;
  }

  body.edaxo-final-v9 #carousel .carousel-inner {
    aspect-ratio: 16 / 9 !important;
  }

  body.edaxo-final-v9 #carousel .carousel-control {
    width: 38px !important;
    height: 38px !important;
    margin-top: -19px !important;
  }

  body.edaxo-final-v9 #carousel .carousel-control.left { left: 10px !important; }
  body.edaxo-final-v9 #carousel .carousel-control.right { right: 10px !important; }

  body.edaxo-final-v9 .edaxo-v9-categories-section {
    width: calc(100% - 24px);
    padding-top: 46px;
    padding-bottom: 64px;
  }

  body.edaxo-final-v9 .edaxo-v9-category-controls {
    display: none;
  }

  body.edaxo-final-v9 .edaxo-v9-categories-section .benefitBanner {
    gap: 12px !important;
  }

  body.edaxo-final-v9 .edaxo-v9-categories-section .benefitBanner__item {
    flex-basis: calc((100% - 12px) / 2.15) !important;
  }

  body.edaxo-final-v9 #footer > .container,
  body.edaxo-final-v9 #footer .footer-rows,
  body.edaxo-final-v9 #footer .footer-links-icons,
  body.edaxo-final-v9 #footer .footer-bottom {
    width: calc(100% - 28px) !important;
  }

  body.edaxo-final-v9 #footer .custom-footer {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px 20px !important;
  }

  body.edaxo-final-v9 #footer .custom-footer__banner7 {
    grid-column: 1 / -1;
  }

  body.edaxo-final-v9 #footer .footer-bottom {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

@media (max-width: 480px) {
  body.edaxo-final-v9 #footer .custom-footer {
    grid-template-columns: 1fr !important;
  }
}
